home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / popuphlp.arc / POPUPHLP.DOC < prev    next >
Encoding:
Text File  |  1986-01-22  |  1.3 KB  |  32 lines

  1. Popuphlp is a popup type program that is memory resident and is
  2. activated by pressing the Alt/H key combination. Once activated,
  3. it is deactivated by pressing any other key. The previous screen
  4. is restored when deactivated.
  5.  
  6. Its sole purpose is to display a help screen on your display.  It was
  7. written to run in conjunction with Procomm and Newkey.  It is an aid
  8. for remembering the keyboard translation for Procomm terminal
  9. emulation when using Newkey to translate IBM/PC keystrokes to terminal
  10. escape codes.
  11.  
  12. It is executed by entering a text file name on the command line with
  13. the program name.
  14.  
  15.                 A:>POPUPHLP 3278HELP.DAT.
  16.  
  17. The text file should be 25 lines of 80 columns. The PC must be
  18. rebooted and POPUPHLP executed again to change the help text file.
  19.  
  20. There are 2 variables, Userint and Entrychar that may be changed.
  21. Userint is the interupt number used by the program.
  22. Interupt number 67$ is the default. Numbers 60$ - 67$ should be
  23. available.
  24.  
  25. Entrychar defaults to 'H', that is decimal 35. This correlates to
  26. the keyboard scan code for the key marked 'H'.
  27.  
  28. If you have a mouse or other peripheral that needs a user interupt
  29. the interupt number will have to be changed and recompiled. It
  30. couldn't be made a command line variable because Turbo Pascal
  31. demands that it be and integer constant.
  32.